]> granicus.if.org Git - libatomic_ops/commit
Add test_atomic_generalized to Makefile and Makefile.msft
authorIvan Maidanski <ivmai@mail.ru>
Fri, 27 Jan 2017 06:37:15 +0000 (09:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 27 Jan 2017 06:37:15 +0000 (09:37 +0300)
commit13a17ddb62a7a2872ff83e0280dd3b43ad8087fc
treeb39d5457c58891c09cd70bbb7f3c75dcb764c445
parentad214d1fe743f96325496f6b70022e9b19da478a
Add test_atomic_generalized to Makefile and Makefile.msft

* src/Makefile.msft (test_atomic_generalized): New target (same as
test_atomic but with -D AO_PREFER_GENERALIZED).
* src/Makefile.msft (check): Add dependency on test_atomic_generalized;
run test_atomic_generalized.
* tests/Makefile.am (TESTS): Add test_atomic_generalized.
* tests/Makefile.am [HAVE_PTHREAD_H] (TEST): Add test_atomic_pthreads
instead of specifying all tests.
* tests/Makefile.am (test_atomic_generalized_SOURCES,
test_atomic_generalized_LDADD): Define (same as for test_atomic).
* tests/Makefile.am (test_atomic_generalized_CPPFLAGS): Define
specifying -D AO_PREFER_GENERALIZED.
src/Makefile.msft
tests/Makefile.am