* Make dbRefs a mapping from Hash to [Path].
This commit is contained in:
parent
609a224848
commit
5895c160c4
11 changed files with 172 additions and 49 deletions
15
src/test.cc
15
src/test.cc
|
|
@ -191,15 +191,10 @@ void runTests()
|
|||
}
|
||||
|
||||
|
||||
int main(int argc, char * * argv)
|
||||
void run(Strings args)
|
||||
{
|
||||
ATerm bottomOfStack;
|
||||
ATinit(argc, argv, &bottomOfStack);
|
||||
|
||||
try {
|
||||
runTests();
|
||||
} catch (exception & e) {
|
||||
cerr << "error: " << e.what() << endl;
|
||||
return 1;
|
||||
}
|
||||
runTests();
|
||||
}
|
||||
|
||||
|
||||
string programId = "test";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue