Skip to content

Commit

Permalink
updated test_files include path
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 committed Sep 15, 2024
1 parent bc8076b commit 2953400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,6 @@ jobs:

- name: Build unit_test Project
run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }}

# - name: Copy test files
# run: xcopy D:\a\braze_compiler\braze_compiler\unit_test\test_files D:\a\braze_compiler\braze_compiler\unit_test\x64\Release /E /I /H /C /Y
- name: List repository files
run: dir -R D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\

- name: List repository files
run: dir -R

- name: List repository files
run: dir -R D:\a\braze_compiler\braze_compiler\unit_test\

- name: List repository files
run: dir -R D:\a\braze_compiler\braze_compiler\unit_test\test_files\


- name: Run Unit Tests
run: D:\a\braze_compiler\braze_compiler\unit_test\x64\Release\unit_test.exe
2 changes: 1 addition & 1 deletion unit_test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <list>
//#include "../compiler_lib/ExpressionableOperatorPrecedence.h"

std::string file_path = "test_files/";
std::string file_path = "../../../test_files/";

/*
TEST(lexer, template) {
Expand Down

0 comments on commit 2953400

Please sign in to comment.