Skip to content

Commit

Permalink
Changed the 'all' target to run all tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Feb 27, 2013
1 parent 6810bf7 commit d8f94d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Some convenient ways of running the self tests
#

all: gcc
all:
lpython test_cxxtest.py

clean:
rm -f *p[ly].out *px *px.out *build.log *root.cpp parsetab.py *.gcno *.gcda ../cxxtest/*.gcno ../cxxtest/*.gcda ../sample/*.gcno ../sample/*.gcda Test*.cpp *.gcov *.pre rm Samples.txt
Expand Down

0 comments on commit d8f94d2

Please sign in to comment.