From 66167ac6beab040e8a30d3bc122481a45729142f Mon Sep 17 00:00:00 2001 From: Kwadwo 'Que' Amankwa Date: Wed, 21 Sep 2016 22:44:10 +0100 Subject: PR for Rename sexpr-wasm binaries #100 (#102) * renamed sexpr-wasm to wast2wasm * renamed 'wasm-wast' binary to 'wasm2wast' * added commands to generate symlinks to renamed targets * fixed the issues causing the tests to break * fixed a name error in travis-test script * corrected repo name change int README * renamed binaries in two tests and added a platform check in CMake for symlink generation for UNIX only * reverted changes in test files due to breakage(for now) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aab59eb2..167ea5c0 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ COMPILERS := GCC GCC_I686 GCC_FUZZ CLANG EMSCRIPTEN BUILD_TYPES := DEBUG RELEASE SANITIZERS := ASAN MSAN LSAN UBSAN CONFIGS := NORMAL $(SANITIZERS) NO_RE2C_BISON NO_TESTS -EXECUTABLES := sexpr-wasm wasm-wast wasm-interp hexfloat_test +EXECUTABLES := wast2wasm wasm2wast wasm-interp hexfloat_test # directory names GCC_DIR := gcc/ -- cgit v1.2.3