Add support for running more tests via CTest

This commit is contained in:
Taylor Braun-Jones
2020-03-30 15:14:00 -04:00
parent 496d8c8b77
commit 5b054d9e90
4 changed files with 51 additions and 7 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ cmakebuild:
$(MAKE) -C $(BUILDIR)/cmake/build -j4;
$(MAKE) -C $(BUILDIR)/cmake/build install;
$(MAKE) -C $(BUILDIR)/cmake/build uninstall;
cd $(BUILDIR)/cmake/build; ctest -V
cd $(BUILDIR)/cmake/build; ctest -V -L Medium
c89build: clean
$(CC) -v