Skip to content

Commit

Permalink
a workaround for "make check" on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 21, 2016
1 parent 9068d73 commit cc68506
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ tests_num_LDFLAGS = -no-install
tests_lua_SOURCES = tests/lua.cpp
tests_lua_LDADD = fityk/libfityk.la tests/libcatch.a
tests_lua_LDFLAGS = -no-install
check_PROGRAMS = $(TESTS) tests/mpfit_deriv
check_PROGRAMS = $(TESTS)
if ! OS_WIN32
check_PROGRAMS += tests/mpfit_deriv
tests_mpfit_deriv_SOURCES = tests/mpfit_deriv.cpp
tests_mpfit_deriv_LDADD = fityk/libfityk.la
tests_mpfit_deriv_LDFLAGS = -no-install
endif
dist_noinst_SCRIPTS = tests/test_syntax.fit \
tests/test_nist.py tests/test_guess.py tests/test_model.py \
tests/test_tranform.py tests/test_data_load.py tests/test_info.py
Expand Down

0 comments on commit cc68506

Please sign in to comment.