mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-30 05:29:47 +00:00
Remove fullspec/standard sub-folder (#1324)
* Remove fullspec/standard sub-folder
This commit is contained in:
parent
71780449ff
commit
7fa9abe5a3
2
.github/workflows/cpp.yml
vendored
2
.github/workflows/cpp.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
run: make -j $(nproc) test
|
||||
|
||||
- name: Run unit tests
|
||||
run: (set -o pipefail && bin/fullspec/piscsi_test | tee piscsi_test_log.txt)
|
||||
run: (set -o pipefail && bin/piscsi_test | tee piscsi_test_log.txt)
|
||||
|
||||
- name: Upload logs
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -60,8 +60,8 @@ COVERAGE_DIR = coverage
|
||||
COVERAGE_FILE = piscsi.dat
|
||||
OS_FILES = ../os_integration
|
||||
|
||||
OBJDIR := obj/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
|
||||
BINDIR := bin/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
|
||||
OBJDIR := obj
|
||||
BINDIR := bin
|
||||
|
||||
BIN_ALL = \
|
||||
$(BINDIR)/$(PISCSI) \
|
||||
|
Loading…
Reference in New Issue
Block a user