Skip to content
Snippets Groups Projects
Commit 4f89bb05 authored by Serge Lamikhov-Center's avatar Serge Lamikhov-Center
Browse files

Rename tests directory

parent c93ed7a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment