mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-14 12:41:42 +00:00
Rename tests directory
This commit is contained in:
parent
c93ed7a148
commit
4f89bb0553
13
.gitignore
vendored
13
.gitignore
vendored
@ -7,12 +7,15 @@ ELFIO.opensdf
|
||||
ELFIO.v12.suo
|
||||
.vs
|
||||
tmp/
|
||||
docs
|
||||
|
||||
tests/Debug
|
||||
tests/Release
|
||||
tests/ELFIOTest.vcxproj.user
|
||||
tests/ELFIOTest
|
||||
tests/ELFIOTest.exe
|
||||
tests/runELFtests.trs
|
||||
|
||||
ELFIOTest/Debug
|
||||
ELFIOTest/Release
|
||||
ELFIOTest/ELFIOTest.vcxproj.user
|
||||
ELFIOTest/ELFIOTest
|
||||
ELFIOTest/ELFIOTest.exe
|
||||
|
||||
examples/ELFDump/Debug
|
||||
examples/anonymizer/anonymizer
|
||||
|
@ -25,7 +25,7 @@ script:
|
||||
- autoreconf -f -i
|
||||
- ./configure CXXFLAGS=--std=c++11
|
||||
- make
|
||||
- cd ELFIOTest
|
||||
- cd tests
|
||||
- autoreconf -f -i
|
||||
- ./configure CXXFLAGS=--std=c++11
|
||||
- make check
|
||||
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ELFDump", "examples\elfdump\ELFDump.vcxproj", "{CBAA735F-E237-4976-909F-2349920ED871}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ELFIOTest", "ELFIOTest\ELFIOTest.vcxproj", "{FC8A3379-B8AA-4C32-804F-F8C43AFBC2A1}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ELFIOTest", "tests\ELFIOTest.vcxproj", "{FC8A3379-B8AA-4C32-804F-F8C43AFBC2A1}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "writer", "examples\writer\writer.vcxproj", "{4E5A96DB-F6E9-4EEE-90BE-67B722DA8C84}"
|
||||
EndProject
|
||||
|
0
ELFIOTest/aclocal.m4 → tests/aclocal.m4
vendored
0
ELFIOTest/aclocal.m4 → tests/aclocal.m4
vendored
0
ELFIOTest/configure → tests/configure
vendored
0
ELFIOTest/configure → tests/configure
vendored
Loading…
Reference in New Issue
Block a user