Skip to content

Commit

Permalink
Build the skipdb tests, and add them to the test target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve White committed Nov 12, 2010
1 parent d76c1ce commit 40f313f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -6,6 +6,7 @@ all:
cd libs/jfile/tests; make
cd libs/udb; make
cd libs/skipdb; make
cd libs/skipdb/tests; make
#cd libs/tagdb; make

clean:
Expand All @@ -14,7 +15,9 @@ clean:
cd libs/jfile/tests; make clean
cd libs/udb; make clean
cd libs/skipdb; make clean
cd libs/skipdb/tests; make clean
#cd libs/tagdb; make clean

test:
cd libs/jfile/tests; ./test
cd libs/skipdb/tests; ./test

0 comments on commit 40f313f

Please sign in to comment.