Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- g++ -o compileDir/assembler.o -c -Wall src/assembler.cpp
- g++ -o compileDir/string.o -c -Wall src/string.cpp
- g++ -c -Wall -o compileDir/test_assignment.o testSrc/test_assignment.cpp
- g++ -o testDir/test_assignment compileDir/test_assignment.o compileDir/string.o compileDir/assembler.o
- testDir/test_assignment
- g++ -c -Wall -o compileDir/test_bracket.o testSrc/test_bracket.cpp
- g++ -o testDir/test_bracket compileDir/test_bracket.o compileDir/string.o compil eDir/assembler.o
- testDir/test_bracket
- g++ -c -Wall -o compileDir/test_comparison.o testSrc/test_comparison.cpp
- g++ -o testDir/test_comparison compileDir/test_comparison.o compileDir/string.o compileDir/assembler.o
- testDir/test_comparison
- g++ -c -Wall -o compileDir/test_concatenation.o testSrc/test_concatenation.cpp
- g++ -o testDir/test_concatenation compileDir/test_concatenation.o compileDir/str ing.o compileDir/assembler.o
- testDir/test_concatenation
- g++ -c -Wall -o compileDir/test_constructors.o testSrc/test_constructors.cpp
- g++ -o testDir/test_constructors compileDir/test_constructors.o compileDir/strin g.o compileDir/assembler.o
- testDir/test_constructors
- g++ -c -Wall -o compileDir/test_findchar.o testSrc/test_findchar.cpp
- g++ -o testDir/test_findchar compileDir/test_findchar.o compileDir/string.o comp ileDir/assembler.o
- testDir/test_findchar
- g++ -c -Wall -o compileDir/test_findstr.o testSrc/test_findstr.cpp
- g++ -o testDir/test_findstr compileDir/test_findstr.o compileDir/string.o compil eDir/assembler.o
- testDir/test_findstr
- g++ -c -Wall -o compileDir/test_justify.o testSrc/test_justify.cpp
- g++ -o testDir/test_justify compileDir/test_justify.o compileDir/string.o compil eDir/assembler.o
- testDir/test_justify
- g++ -c -Wall -o compileDir/test_reallocate.o testSrc/test_reallocate.cpp
- g++ -o testDir/test_reallocate compileDir/test_reallocate.o compileDir/string.o compileDir/assembler.o
- testDir/test_reallocate
- g++ -c -Wall -o compileDir/test_stack.o testSrc/test_stack.cpp
- g++ -o testDir/test_stack compileDir/test_stack.o compileDir/string.o compileDir /assembler.o
- testDir/test_stack
- g++ -c -Wall -o compileDir/test_substr.o testSrc/test_substr.cpp
- g++ -o testDir/test_substr compileDir/test_substr.o compileDir/string.o compileD ir/assembler.o
- testDir/test_substr
- g++ -c -Wall -o compileDir/test_swap.o testSrc/test_swap.cpp
- g++ -o testDir/test_swap compileDir/test_swap.o compileDir/string.o compileDir/a ssembler.o
- testDir/test_swap
- g++ -c -Wall -o compileDir/test_whitespace.o testSrc/test_whitespace.cpp
- g++ -o testDir/test_whitespace compileDir/test_whitespace.o compileDir/string.o compileDir/assembler.o
- testDir/test_whitespace
- --- Testing complete ---
- rm compileDir/test_stack.o compileDir/test_justify.o compileDir/test_assignment. o compileDir/test_bracket.o compileDir/test_findchar.o compileDir/test_substr.o compileDir/test_whitespace.o compileDir/test_concatenation.o compileDir/test_fin dstr.o compileDir/test_constructors.o compileDir/test_comparison.o compileDir/te st_reallocate.o compileDir/test_swap.o
- -bash-4.1$ ^C
- -bash-4.1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement