rename the container-test to container-profile

This commit is contained in:
Stephen Birarda 2015-08-18 11:31:11 -07:00
parent bf919f105a
commit c6467f7fbc
3 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ set_target_properties(scribe PROPERTIES FOLDER "Tools")
add_subdirectory(udt-test)
set_target_properties(udt-test PROPERTIES FOLDER "Tools")
add_subdirectory(container-test)
set_target_properties(container-test PROPERTIES FOLDER "Tools")
add_subdirectory(container-profile)
set_target_properties(container-profile PROPERTIES FOLDER "Tools")
add_subdirectory(vhacd-util)
set_target_properties(vhacd-util PROPERTIES FOLDER "Tools")

View file

@ -1,4 +1,4 @@
set(TARGET_NAME container-test)
set(TARGET_NAME container-profile)
setup_hifi_project()
link_hifi_libraries(networking)

View file

@ -1,6 +1,6 @@
//
// main.cpp
// tools/container-test/src
// tools/container-profile/src
//
// Created by Stephen Birarda on 8/18/15.
// Copyright 2015 High Fidelity, Inc.