Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0327 committed Aug 24, 2023
1 parent 88abbb7 commit 227b5fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
cmake -S . -B build
cmake --build build
- name: check-path
run: |
pwd
ls
ls ../test
- name: run-all-test
run: |
cd build
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ set(webserv_srcs
srcs/get_valid_config_file_path.cpp
)

#add_executable(webserv
# srcs/main.cpp
# ${webserv_srcs}
#)
add_executable(webserv
srcs/main.cpp
${webserv_srcs}
)

# unit_test_srcs ---------------------------------------------------------------
set (unit_test_srcs
Expand Down

0 comments on commit 227b5fc

Please sign in to comment.