mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Only run Cmake tests in 64bit builds. For now.
This commit is contained in:
parent
e4136bf06a
commit
e89474fabd
4
Makefile
4
Makefile
@ -87,11 +87,15 @@ endif
|
||||
# Test Cmake. This test should really be done with Cmake in the cmake dir but
|
||||
# this is a workaround for now.
|
||||
test_cmake :
|
||||
ifneq ($(findstring m32,$(CFLAGS)),m32)
|
||||
$(Q)$(MAKE) -C src clean
|
||||
$(Q)cd cmake; cmake .. -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON; make clean; make; cp libxlsxwriter.a ../src/
|
||||
$(Q)cmake/xlsxwriter_unit
|
||||
$(Q)$(MAKE) -C test/functional/src
|
||||
$(Q)$(PYTEST) test/functional -v -k $(PYTESTFILES)
|
||||
else
|
||||
@echo "Skipping Cmake tests on 32 bit target."
|
||||
endif
|
||||
|
||||
# Test the functional test exes with valgrind (in 64bit mode only).
|
||||
test_valgrind : all
|
||||
|
Loading…
x
Reference in New Issue
Block a user