diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-06 16:33:46 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-06 18:34:46 -0800 |
commit | bfd687da8924b0866fd85695e1de1eb710460bdd (patch) | |
tree | 910858f8c2506389e82a1c379a6fbe9a8a07491b /test | |
parent | 259136845d082d02b359c1dbc993b0d294de7b76 (diff) |
Port tests directory to win32.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6e53a5d..b23ba49 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -43,8 +43,8 @@ AM_CPPFLAGS = \ TESTS = \ $(EGL_TESTS) \ $(GLX_TESTS) \ - headerguards \ - miscdefines \ + headerguards$(EXEEXT) \ + miscdefines$(EXEEXT) \ $() check_PROGRAMS = $(TESTS) |