Merge pull request #2048 from nocnokneo/ctest-support

Add CTest support
This commit is contained in:
Nick Terrell
2020-04-28 11:01:13 -07:00
committed by GitHub
8 changed files with 64 additions and 11 deletions
+1 -1
View File
@@ -362,7 +362,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