Explorar el Código

test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow

"make bench" to work when cross-compiling for Windows.
legacy
Sam Hocevar sam hace 13 años
padre
commit
148f6838e9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      test/Makefile.am

+ 2
- 2
test/Makefile.am Ver fichero

@@ -5,8 +5,8 @@ if USE_CPPUNIT
cppunit_tests = lol-test
endif

bench: lol-bench
./lol-bench
bench: lol-bench$(EXEEXT)
./lol-bench$(EXEEXT)

all-local: quad$(EXEEXT) lol-bench$(EXEEXT)
test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self


Cargando…
Cancelar
Guardar