浏览代码

build: clean up .self files and allow to build the benchmark on the PS3.

legacy
Sam Hocevar sam 13 年前
父节点
当前提交
aa6e832fd7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      test/Makefile.am

+ 6
- 0
test/Makefile.am 查看文件

@@ -8,6 +8,12 @@ endif
bench: lol-bench
./lol-bench

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

CLEANFILES = quad.self lol-bench.self

noinst_PROGRAMS = quad lol-bench $(cppunit_tests)

TESTS = $(cppunit_tests)


正在加载...
取消
保存