Rename tests directory

This commit is contained in:
Serge Lamikhov-Center 2020-08-09 22:23:41 -07:00
parent c93ed7a148
commit 4f89bb0553
13 changed files with 10 additions and 7 deletions

13
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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