Rename test suites from J/Iulia* to Yul*

This commit is contained in:
Alex Beregszaszi 2018-06-14 23:29:45 +01:00
parent 3b1741909c
commit 91db46b128
10 changed files with 16 additions and 16 deletions

View File

@ -47,7 +47,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaCSE) BOOST_AUTO_TEST_SUITE(YulCSE)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -39,7 +39,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaDisambiguator) BOOST_AUTO_TEST_SUITE(YulDisambiguator)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* @date 2017 * @date 2017
* Unit tests for the iulia function grouper. * Unit tests for the Yul function grouper.
*/ */
#include <test/libjulia/Common.h> #include <test/libjulia/Common.h>
@ -43,7 +43,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaFunctionGrouper) BOOST_AUTO_TEST_SUITE(YulFunctionGrouper)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* @date 2017 * @date 2017
* Unit tests for the iulia function hoister. * Unit tests for the Yul function hoister.
*/ */
#include <test/libjulia/Common.h> #include <test/libjulia/Common.h>
@ -43,7 +43,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaFunctionHoister) BOOST_AUTO_TEST_SUITE(YulFunctionHoister)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* @date 2017 * @date 2017
* Unit tests for the iulia function inliner. * Unit tests for the Yul function inliner.
*/ */
#include <test/libjulia/Common.h> #include <test/libjulia/Common.h>
@ -72,7 +72,7 @@ string fullInline(string const& _source, bool _julia = true)
} }
BOOST_AUTO_TEST_SUITE(IuliaInlinableFunctionFilter) BOOST_AUTO_TEST_SUITE(YulInlinableFunctionFilter)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {
@ -121,7 +121,7 @@ BOOST_AUTO_TEST_CASE(negative)
BOOST_AUTO_TEST_SUITE_END() BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE(IuliaFunctionInliner) BOOST_AUTO_TEST_SUITE(YulFunctionInliner)
BOOST_AUTO_TEST_CASE(simple) BOOST_AUTO_TEST_CASE(simple)
{ {
@ -210,7 +210,7 @@ BOOST_AUTO_TEST_CASE(double_recursive_calls)
BOOST_AUTO_TEST_SUITE_END() BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_SUITE(IuliaFullInliner) BOOST_AUTO_TEST_SUITE(YulFullInliner)
BOOST_AUTO_TEST_CASE(simple) BOOST_AUTO_TEST_CASE(simple)
{ {

View File

@ -16,7 +16,7 @@
*/ */
/** /**
* @date 2018 * @date 2018
* Unit tests for the Julia MainFunction transformation. * Unit tests for the Yul MainFunction transformation.
*/ */
#include <test/libjulia/Common.h> #include <test/libjulia/Common.h>
@ -45,7 +45,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(JuliaMainFunction) BOOST_AUTO_TEST_SUITE(YulMainFunction)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -119,7 +119,7 @@ do \
BOOST_CHECK(searchErrorMessage(err, (substring))); \ BOOST_CHECK(searchErrorMessage(err, (substring))); \
} while(0) } while(0)
BOOST_AUTO_TEST_SUITE(JuliaParser) BOOST_AUTO_TEST_SUITE(YulParser)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -48,7 +48,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaRematerialiser) BOOST_AUTO_TEST_SUITE(YulRematerialiser)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -48,7 +48,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaSimplifier) BOOST_AUTO_TEST_SUITE(YulSimplifier)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {

View File

@ -48,7 +48,7 @@ do\
}\ }\
while(false) while(false)
BOOST_AUTO_TEST_SUITE(IuliaUnusedPruner) BOOST_AUTO_TEST_SUITE(YulUnusedPruner)
BOOST_AUTO_TEST_CASE(smoke_test) BOOST_AUTO_TEST_CASE(smoke_test)
{ {