build: Add NMake Makefiles for the Tests
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 16 Dec 2013 03:38:45 +0000 (11:38 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 17 Dec 2013 02:24:11 +0000 (10:24 +0800)
commit5312b59d8949415d45eb0d73321089c8b33c1ea8
treea38d6346f1ae82695f9c1d634b798b71f1b1811e
parent744067652a323350e397750ffc8864cbfe6c63c8
build: Add NMake Makefiles for the Tests

This adds a set of NMake Makefiles that is used to build the test programs,
so that one would be able to build the test programs against a Visual C++
build of ATK quickly and easily.  As with the Project files, the listing of
test programs is also done with the Python script, which can also be done
under Windows or called by "make dist" or so quite easily.

https://bugzilla.gnome.org/show_bug.cgi?id=690145
build/Makefile.am
build/testsrules_msvc.mak [new file with mode: 0644]
tests/Makefile.am
tests/testatk_vc.makin [new file with mode: 0644]