Skip to content

Commit c70a20f

Browse files
committed
Rearrange the tests
1 parent ee7e689 commit c70a20f

157 files changed

Lines changed: 13 additions & 11 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/Makefile renamed to test/regtest/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ all:
55
gcc -x assembler-with-cpp -o test.pie test.s -pie -nostdlib \
66
-Wl,--section-start=.text=0xa00000 -Wl,--section-start=.bss=0xc00000 \
77
-Wl,-z -Wl,max-page-size=4096 -DPIE=1
8-
../e9compile.sh inst.c -I ../examples/ -D NO_GLIBC
9-
../e9compile.sh patch.cpp -I ../examples/ -D NO_GLIBC
8+
../../e9compile.sh inst.c -I ../../examples/ -D NO_GLIBC
9+
../../e9compile.sh patch.cpp -I ../../examples/ -D NO_GLIBC
1010
g++ -std=c++11 -pie -fPIC -o regtest regtest.cpp -O2
1111

1212
clean:

0 commit comments

Comments
 (0)