mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 09:00:04 +00:00 
			
		
		
		
	AR2V file should be in wsr88d, not in RPG subdirectory
This commit is contained in:
		
							parent
							
								
									85ccd25705
								
							
						
					
					
						commit
						f36d57b71d
					
				
					 6 changed files with 21 additions and 24 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| #include <scwx/wsr88d/rpg/ar2v_file.hpp> | ||||
| #include <scwx/wsr88d/ar2v_file.hpp> | ||||
| 
 | ||||
| #include <fstream> | ||||
| 
 | ||||
|  | @ -8,8 +8,6 @@ namespace scwx | |||
| { | ||||
| namespace wsr88d | ||||
| { | ||||
| namespace rpg | ||||
| { | ||||
| 
 | ||||
| TEST(ar2v_file, klsx) | ||||
| { | ||||
|  | @ -21,6 +19,5 @@ TEST(ar2v_file, klsx) | |||
|    EXPECT_EQ(fileValid, true); | ||||
| } | ||||
| 
 | ||||
| } // namespace rpg
 | ||||
| } // namespace wsr88d
 | ||||
| } // namespace scwx
 | ||||
|  | @ -1,7 +1,13 @@ | |||
| #include <gtest/gtest.h> | ||||
| 
 | ||||
| #include <boost/log/expressions.hpp> | ||||
| #include <boost/log/trivial.hpp> | ||||
| 
 | ||||
| int main(int argc, char** argv) | ||||
| { | ||||
|    boost::log::core::get()->set_filter(boost::log::trivial::severity >= | ||||
|                                        boost::log::trivial::debug); | ||||
| 
 | ||||
|    ::testing::InitGoogleTest(&argc, argv); | ||||
|    return RUN_ALL_TESTS(); | ||||
| } | ||||
|  |  | |||
|  | @ -9,15 +9,15 @@ find_package(GTest) | |||
| 
 | ||||
| set(SRC_MAIN source/scwx/wxtest.cpp) | ||||
| set(SRC_UTIL_TESTS source/scwx/util/rangebuf.test.cpp) | ||||
| set(SRC_WSR88D_RPG_TESTS source/scwx/wsr88d/rpg/ar2v_file.test.cpp) | ||||
| set(SRC_WSR88D_TESTS source/scwx/wsr88d/ar2v_file.test.cpp) | ||||
| 
 | ||||
| add_executable(wxtest ${SRC_MAIN} | ||||
|                       ${SRC_UTIL_TESTS} | ||||
|                       ${SRC_WSR88D_RPG_TESTS}) | ||||
|                       ${SRC_WSR88D_TESTS}) | ||||
| 
 | ||||
| source_group("Source Files\\main"        FILES ${SRC_MAIN}) | ||||
| source_group("Source Files\\util"        FILES ${SRC_UTIL_TESTS}) | ||||
| source_group("Source Files\\wsr88d\\rpg" FILES ${SRC_WSR88D_RPG_TESTS}) | ||||
| source_group("Source Files\\main"   FILES ${SRC_MAIN}) | ||||
| source_group("Source Files\\util"   FILES ${SRC_UTIL_TESTS}) | ||||
| source_group("Source Files\\wsr88d" FILES ${SRC_WSR88D_TESTS}) | ||||
| 
 | ||||
| target_include_directories(wxtest PRIVATE ${GTest_INCLUDE_DIRS}) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat