mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-02 09:35:58 +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
|
run: make -j $(nproc) test
|
||||||
|
|
||||||
- name: Run unit tests
|
- 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
|
- name: Upload logs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -60,8 +60,8 @@ COVERAGE_DIR = coverage
|
|||||||
COVERAGE_FILE = piscsi.dat
|
COVERAGE_FILE = piscsi.dat
|
||||||
OS_FILES = ../os_integration
|
OS_FILES = ../os_integration
|
||||||
|
|
||||||
OBJDIR := obj/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
|
OBJDIR := obj
|
||||||
BINDIR := bin/$(shell echo $(CONNECT_TYPE) | tr '[:upper:]' '[:lower:]')
|
BINDIR := bin
|
||||||
|
|
||||||
BIN_ALL = \
|
BIN_ALL = \
|
||||||
$(BINDIR)/$(PISCSI) \
|
$(BINDIR)/$(PISCSI) \
|
||||||
|
Loading…
Reference in New Issue
Block a user