Added simplify and differentiation tests
This commit is contained in:
parent
89b76ab261
commit
72c8b3d1c5
4 changed files with 37 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ libsym.a: $(OBJS)
|
|||
rm libsym.a; ar cq $(SYMLIB) $(OBJS)
|
||||
|
||||
check: $(TESTPROGRAMS)
|
||||
test/test_compile && test/testeo && test_simplify && echo "all tests succeeded"
|
||||
test/test_compile && test/testeo && test/test_simplify && test/test_diff && echo "all tests succeeded"
|
||||
|
||||
test/test_compile: test/test_compile.o ${SYMLIB}
|
||||
$(CXX) -o test/test_compile test/test_compile.o $(SYMLIB) ${LIBS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue