]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
added failing compilation test for the case of missing handler in Bind() call
[wxWidgets.git] / tests / Makefile.in
index f94f86eab601b12d081414b462035a50abd9961a..92ab2131929d881a6b8bf9079f1af02fa4587ffe 100644 (file)
@@ -637,7 +637,7 @@ printfbench_printfbench.o: $(srcdir)/benchmarks/printfbench.cpp $(PRINTFBENCH_OD
 # fail
 failtest:
        @$(RM) test_evthandler.o
-       @for d in GLOBAL STATIC METHOD FUNCTOR DERIVED WRONG_CLASS; do \
+       @for d in GLOBAL STATIC METHOD FUNCTOR NO_HANDLER DERIVED WRONG_CLASS; do \
            if $(MAKE) CXXWARNINGS=-DTEST_INVALID_BIND_$$d test_evthandler.o 2>/dev/null; then \
                echo "*** Compilation with TEST_INVALID_BIND_$$d unexpectedly succeeded.">&2; \
                exit 1; \