Merge pull request #2148 from TiborGY/cpp_thread_test_2
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 7 Jun 2019 11:23:07 +0000 (13:23 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 11:23:07 +0000 (13:23 +0200)
Thread safety tester using C++11 threading (cleaned history)

1  2 
Makefile
Makefile.rule

diff --cc Makefile
+++ b/Makefile
@@@ -123,10 -123,13 +123,13 @@@ ifeq ($(NOFORTRAN), $(filter 0,$(NOFORT
        touch $(LIBNAME)
  ifndef NO_FBLAS
        $(MAKE) -C test all
 -      $(MAKE) -C utest all
  endif
 +      $(MAKE) -C utest all
  ifndef NO_CBLAS
        $(MAKE) -C ctest all
+ ifeq ($(CPP_THREAD_SAFETY_TEST), 1)
+       $(MAKE) -C cpp_thread_test all
+ endif
  endif
  endif
  
diff --cc Makefile.rule
Simple merge