summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-27 09:31:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-27 09:31:06 +0300
commit3bc5aa0dfd5dde3778c25621b1e45aff3f0b1773 (patch)
treede6213a9b491d8bb1e487fee233771209c87b19b /src
parent3746d8b4ce06866d03f5e22ad3f0f147c3a23d01 (diff)
downloadlibatomic_ops-3bc5aa0dfd5dde3778c25621b1e45aff3f0b1773.tar.gz
Support test_atomic with MS build w/o the need to run GNU make first
* .gitignore: Remove test_atomic_include.h. * src/Makefile.msft: Update usage comment (recommend to build "check" goal instead of "check-noautogen"). * tests/test_atomic_include.h: Regenerate (new file).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.msft9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Makefile.msft b/src/Makefile.msft
index 003a412..f22c8db 100644
--- a/src/Makefile.msft
+++ b/src/Makefile.msft
@@ -4,13 +4,8 @@
# The really trivial win32/VC++ Makefile. Note that atomic_ops.c defines
# only AO_pause (used by atomic_ops_stack).
# And we rely on a pre-built test_atomic_include.h and generalize-small.h,
-# since we can't rely on sed. But we don't keep test_atomic_include.h in
-# the development repository any longer, so if you want to run all tests
-# for the sources obtained from the repository then
-# type "./autogen.sh && ./configure && make -j && make clean" in Cygwin first.
-# Otherwise type "nmake -f Makefile.msft check-noautogen" to run only the
-# tests not requiring the source auto-generation.
-# Win32 clients only need to include the header files.
+# since we can't rely on sed. To run all the tests, type:
+# nmake -f Makefile.msft check
# To install, copy atomic_ops.h and the atomic_ops/... tree to your favorite
# include directory.