projects
/
epclust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix tests: remove 'parll' arg
[epclust.git]
/
data
/
preprocessing
/
test_convert.c
Commit
Line
Data
a0fa5bd0
BA
1
int main(int argc, char** argv)
2
{
3
execl("transform", "input_test.csv", 1, 3, "output_test.csv", ",");
4
//TODO: diff, .... http://stackoverflow.com/questions/7292642/grabbing-output-from-exec
5
}