Skip to content

Commit

Permalink
Revert "added test files to visual studio project"
Browse files Browse the repository at this point in the history
This reverts commit c8675c6.
  • Loading branch information
august95 committed Sep 14, 2024
1 parent 5e33f15 commit a710f1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
10 changes: 0 additions & 10 deletions unit_test/unit_test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="test_files\test_lexer_identifiers_symbols.c" />
<ClCompile Include="test_files\test_lexer_numbers.c" />
<ClCompile Include="test_files\test_lexer_operators.c" />
<ClCompile Include="test_files\test_lexer_ordinary_c_file.c" />
<ClCompile Include="test_files\test_lexer_quote.c" />
<ClCompile Include="test_files\test_lexer_string_and_include_strings.c" />
<ClCompile Include="test_files\test_lexer_symbol.c" />
<ClCompile Include="test_files\test_parser_function.c" />
<ClCompile Include="test_files\test_parser_keyword.c" />
<ClCompile Include="test_files\test_parser_test.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\compiler_lib\compiler_lib.vcxproj">
Expand Down
48 changes: 0 additions & 48 deletions unit_test/unit_test.vcxproj.filters

This file was deleted.

0 comments on commit a710f1b

Please sign in to comment.