fixed cmake test
This commit is contained in:
@@ -122,9 +122,9 @@ endif
|
|||||||
ifneq (,$(filter $(HOST_OS),MSYS POSIX))
|
ifneq (,$(filter $(HOST_OS),MSYS POSIX))
|
||||||
cmaketest:
|
cmaketest:
|
||||||
cmake --version
|
cmake --version
|
||||||
$(RM) -r $(BUILDDIR)/cmake/build
|
$(RM) -r $(BUILDIR)/cmake/build
|
||||||
mkdir $(BUILDDIR)/cmake/build
|
mkdir $(BUILDIR)/cmake/build
|
||||||
cd $(BUILDDIR)/cmake/build ; cmake -DPREFIX:STRING=~/install_test_dir $(CMAKE_PARAMS) .. ; $(MAKE) install ; $(MAKE) uninstall
|
cd $(BUILDIR)/cmake/build ; cmake -DPREFIX:STRING=~/install_test_dir $(CMAKE_PARAMS) .. ; $(MAKE) install ; $(MAKE) uninstall
|
||||||
|
|
||||||
c90test: clean
|
c90test: clean
|
||||||
CFLAGS="-std=c90" $(MAKE) all # will fail, due to // and long long
|
CFLAGS="-std=c90" $(MAKE) all # will fail, due to // and long long
|
||||||
|
|||||||
Reference in New Issue
Block a user